home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / Macintosh Sample Code / SC.024.SoundApp / SCN.024.SoundApp < prev    next >
Encoding:
Text File  |  1991-10-09  |  1.5 KB  |  35 lines  |  [TEXT/MPS ]

  1. Macintosh
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #24:    SoundApp
  7.  
  8. Written by:    Jim Reekes
  9.  
  10. Versions:           1.02                          January 1990
  11.                     1.03                          May 1990
  12.                     1.1b3                          September 1991
  13.  
  14. Components:         SoundApp.make                 May 1, 1990
  15.                     SoundApp.p                    May 1, 1990
  16.                     SoundApp.r                    May 1, 1990
  17.                     SoundAppSnds.r                May 1, 1990
  18.                     SoundUnit.p                   May 1, 1990
  19. _______________________________________________________________________________
  20.  
  21. This program requires MPW 3.0 or greater to build.  For use with MPW 3.2,
  22. follow the instructions in the "SoundApp.make" file.
  23. _______________________________________________________________________________
  24.  
  25. SoundApp is a sample application for demonstrating the Sound Manager.  It comes
  26. in two parts: SoundApp.p and SoundUnit.p.  SoundApp.p handles the application's
  27. management of memory, errors, user interface, etc.  It requires the use of the
  28. SoundUnit.p to handle all of the sound routines.  SoundUnit code handles the
  29. Sound Manager part of the application.  You can use this stand-alone UNIT in
  30. your own application.
  31.  
  32. Note:  Version 1.02 of SoundApp was released as part of "Phil & Dave's
  33.        Excellent CD:  The Release Version."
  34.  
  35.